#!/bin/sh

# Implemented by core-team@ request bug #472139
# Remove custom monitor files to avoid existing 
# on the system incompatible monitors files 

path="/Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels VM.app/Contents/MacOS"
rm -f "$path"/Monitor_* 2>/dev/null

